[INFO] cloning repository https://github.com/marsxuefeng/mongot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/marsxuefeng/mongot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarsxuefeng%2Fmongot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarsxuefeng%2Fmongot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d1b5d2c703856c2a74385c536600efa30749c687
[INFO] checking marsxuefeng/mongot against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarsxuefeng%2Fmongot" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/marsxuefeng/mongot
[INFO] finished tweaking git repo https://github.com/marsxuefeng/mongot
[INFO] tweaked toml for git repo https://github.com/marsxuefeng/mongot written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/marsxuefeng/mongot on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/marsxuefeng/mongot already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mongodb-internal-macros v3.5.2
[INFO] [stderr]   Downloaded typed-builder v0.22.0
[INFO] [stderr]   Downloaded typed-builder-macro v0.22.0
[INFO] [stderr]   Downloaded mongocrypt v0.3.2
[INFO] [stderr]   Downloaded ipconfig v0.3.4
[INFO] [stderr]   Downloaded mongocrypt-sys v0.1.5+1.15.1
[INFO] [stderr]   Downloaded derive-where v1.6.1
[INFO] [stderr]   Downloaded keyring v3.6.3
[INFO] [stderr]   Downloaded dbus-secret-service v4.1.0
[INFO] [stderr]   Downloaded hickory-resolver v0.25.2
[INFO] [stderr]   Downloaded dbus v0.9.10
[INFO] [stderr]   Downloaded mongodb v3.5.2
[INFO] [stderr]   Downloaded hickory-proto v0.25.2
[INFO] [stderr]   Downloaded libdbus-sys v0.2.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 19852cef7ac2b04ba4371e812270f8c5fbaff959dbefdfefb74b305a484bbd70
[INFO] running `Command { std: "docker" "start" "19852cef7ac2b04ba4371e812270f8c5fbaff959dbefdfefb74b305a484bbd70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19852cef7ac2b04ba4371e812270f8c5fbaff959dbefdfefb74b305a484bbd70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19852cef7ac2b04ba4371e812270f8c5fbaff959dbefdfefb74b305a484bbd70" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19852cef7ac2b04ba4371e812270f8c5fbaff959dbefdfefb74b305a484bbd70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19852cef7ac2b04ba4371e812270f8c5fbaff959dbefdfefb74b305a484bbd70" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]     Checking litemap v0.8.2
[INFO] [stderr]     Checking writeable v0.6.3
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling macro_magic_core_macros v0.5.1
[INFO] [stderr]    Compiling derive-syn-parse v0.2.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking indexmap v2.13.1
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling libdbus-sys v0.2.7
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking zmij v1.0.21
[INFO] [stderr]    Compiling rustc_version_runtime v0.3.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking rustc_version v0.4.1
[INFO] [stderr]     Checking uuid v1.23.0
[INFO] [stderr]     Checking dbus v0.9.10
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking tokio v1.51.0
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]    Compiling macro_magic_core v0.5.1
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking moka v0.12.15
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]    Compiling macro_magic_macros v0.5.1
[INFO] [stderr]    Compiling typed-builder-macro v0.22.0
[INFO] [stderr]     Checking serde_bytes v0.11.19
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling macro_magic v0.5.1
[INFO] [stderr]     Checking unicode-properties v0.1.4
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking dbus-secret-service v4.1.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]    Compiling mongodb-internal-macros v3.5.2
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling derive-where v1.6.1
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking typed-builder v0.22.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]    Compiling serde_with_macros v3.18.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking keyring v3.6.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking unicode-segmentation v1.13.2
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking fastrand v2.4.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking rustls-webpki v0.103.10
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking serde_with v3.18.0
[INFO] [stderr]     Checking bson v2.15.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking ratatui v0.28.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking hickory-proto v0.25.2
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hickory-resolver v0.25.2
[INFO] [stderr]     Checking mongodb v3.5.2
[INFO] [stderr]     Checking mongot-core v0.1.0 (/opt/rustwide/workdir/mongot-core)
[INFO] [stdout] warning: unused import: `std::net::IpAddr`
[INFO] [stdout]  --> mongot-core/src/connection/config.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::net::IpAddr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Credentials`
[INFO] [stdout]  --> mongot-core/src/connection/manager.rs:3:38
[INFO] [stdout]   |
[INFO] [stdout] 3 | use super::{config::*, ConnectionId, Credentials};
[INFO] [stdout]   |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::mpsc`
[INFO] [stdout]  --> mongot-core/src/connection/manager.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use tokio::sync::mpsc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Error`
[INFO] [stdout]  --> mongot-core/src/connection/pool.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::error::{Error, Result};
[INFO] [stdout]   |                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Error` and `Result`
[INFO] [stdout]  --> mongot-core/src/query/executor.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::error::{Error, Result};
[INFO] [stdout]   |                    ^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> mongot-core/src/query/mod.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub use highlighter::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `MQL_KEYWORDS` in the value namespace is first re-exported here
[INFO] [stdout] 10 | pub use autocomplete::*;
[INFO] [stdout] 11 | pub use parser::*;
[INFO] [stdout]    |         --------- but the name `MQL_KEYWORDS` in the value namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ConnectionConfig`
[INFO] [stdout]  --> mongot-core/src/config/store.rs:4:41
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::connection::{ConnectionMeta, ConnectionConfig, ConnectionId};
[INFO] [stdout]   |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DateTime` and `Utc`
[INFO] [stdout]  --> mongot-core/src/config/store.rs:6:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | use chrono::{DateTime, Utc};
[INFO] [stdout]   |              ^^^^^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::net::IpAddr`
[INFO] [stdout]  --> mongot-core/src/connection/config.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::net::IpAddr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Credentials`
[INFO] [stdout]  --> mongot-core/src/connection/manager.rs:3:38
[INFO] [stdout]   |
[INFO] [stdout] 3 | use super::{config::*, ConnectionId, Credentials};
[INFO] [stdout]   |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::mpsc`
[INFO] [stdout]  --> mongot-core/src/connection/manager.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use tokio::sync::mpsc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Error`
[INFO] [stdout]  --> mongot-core/src/connection/pool.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::error::{Error, Result};
[INFO] [stdout]   |                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Error` and `Result`
[INFO] [stdout]  --> mongot-core/src/query/executor.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::error::{Error, Result};
[INFO] [stdout]   |                    ^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> mongot-core/src/query/mod.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub use highlighter::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `MQL_KEYWORDS` in the value namespace is first re-exported here
[INFO] [stdout] 10 | pub use autocomplete::*;
[INFO] [stdout] 11 | pub use parser::*;
[INFO] [stdout]    |         --------- but the name `MQL_KEYWORDS` in the value namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ConnectionConfig`
[INFO] [stdout]  --> mongot-core/src/config/store.rs:4:41
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::connection::{ConnectionMeta, ConnectionConfig, ConnectionId};
[INFO] [stdout]   |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DateTime` and `Utc`
[INFO] [stdout]  --> mongot-core/src/config/store.rs:6:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | use chrono::{DateTime, Utc};
[INFO] [stdout]   |              ^^^^^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `username`
[INFO] [stdout]   --> mongot-core/src/connection/config.rs:76:14
[INFO] [stdout]    |
[INFO] [stdout] 76 |         let (username, password) = if !auth_part.is_empty() {
[INFO] [stdout]    |              ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_username`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `password`
[INFO] [stdout]   --> mongot-core/src/connection/config.rs:76:24
[INFO] [stdout]    |
[INFO] [stdout] 76 |         let (username, password) = if !auth_part.is_empty() {
[INFO] [stdout]    |                        ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_password`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `password`
[INFO] [stdout]    --> mongot-core/src/connection/config.rs:104:26
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn to_uri(&self, password: &str) -> String {
[INFO] [stdout]     |                          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_password`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `username`
[INFO] [stdout]   --> mongot-core/src/connection/config.rs:76:14
[INFO] [stdout]    |
[INFO] [stdout] 76 |         let (username, password) = if !auth_part.is_empty() {
[INFO] [stdout]    |              ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_username`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `password`
[INFO] [stdout]   --> mongot-core/src/connection/config.rs:76:24
[INFO] [stdout]    |
[INFO] [stdout] 76 |         let (username, password) = if !auth_part.is_empty() {
[INFO] [stdout]    |                        ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_password`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `password`
[INFO] [stdout]    --> mongot-core/src/connection/config.rs:104:26
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn to_uri(&self, password: &str) -> String {
[INFO] [stdout]     |                          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_password`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `meta`
[INFO] [stdout]    --> mongot-core/src/config/store.rs:145:31
[INFO] [stdout]     |
[INFO] [stdout] 145 |     fn save_connection(&self, meta: &ConnectionMeta) -> Result<()> {
[INFO] [stdout]     |                               ^^^^ help: if this is intentional, prefix it with an underscore: `_meta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> mongot-core/src/config/store.rs:150:33
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn delete_connection(&self, id: &ConnectionId) -> Result<()> {
[INFO] [stdout]     |                                 ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `meta`
[INFO] [stdout]    --> mongot-core/src/config/store.rs:145:31
[INFO] [stdout]     |
[INFO] [stdout] 145 |     fn save_connection(&self, meta: &ConnectionMeta) -> Result<()> {
[INFO] [stdout]     |                               ^^^^ help: if this is intentional, prefix it with an underscore: `_meta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]    --> mongot-core/src/config/store.rs:150:33
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn delete_connection(&self, id: &ConnectionId) -> Result<()> {
[INFO] [stdout]     |                                 ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config` is never read
[INFO] [stdout]   --> mongot-core/src/client.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct MongoConnection {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] 28 |     client: mongodb::Client,
[INFO] [stdout] 29 |     config: ConnectionConfig,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `keywords` and `aggregate_keywords` are never read
[INFO] [stdout]   --> mongot-core/src/query/parser.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub struct MqlParser {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 61 |     keywords: HashSet<&'static str>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 62 |     aggregate_keywords: HashSet<&'static str>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: comparison is useless due to type limits
[INFO] [stdout]    --> mongot-core/src/connection/config.rs:128:30
[INFO] [stdout]     |
[INFO] [stdout] 128 |         if self.port == 0 || self.port > 65535 {
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config` is never read
[INFO] [stdout]   --> mongot-core/src/client.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct MongoConnection {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] 28 |     client: mongodb::Client,
[INFO] [stdout] 29 |     config: ConnectionConfig,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `keywords` and `aggregate_keywords` are never read
[INFO] [stdout]   --> mongot-core/src/query/parser.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub struct MqlParser {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 61 |     keywords: HashSet<&'static str>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 62 |     aggregate_keywords: HashSet<&'static str>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: comparison is useless due to type limits
[INFO] [stdout]    --> mongot-core/src/connection/config.rs:128:30
[INFO] [stdout]     |
[INFO] [stdout] 128 |         if self.port == 0 || self.port > 65535 {
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking mongot v0.1.0 (/opt/rustwide/workdir/mongot)
[INFO] [stdout] warning: unused import: `fmt`
[INFO] [stdout]   --> mongot/src/main.rs:26:26
[INFO] [stdout]    |
[INFO] [stdout] 26 | use tracing_subscriber::{fmt, EnvFilter};
[INFO] [stdout]    |                          ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ThemeMode`
[INFO] [stdout]   --> mongot/src/main.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 | use theme::{Theme, ThemeMode};
[INFO] [stdout]    |                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fmt`
[INFO] [stdout]   --> mongot/src/main.rs:26:26
[INFO] [stdout]    |
[INFO] [stdout] 26 | use tracing_subscriber::{fmt, EnvFilter};
[INFO] [stdout]    |                          ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ThemeMode`
[INFO] [stdout]   --> mongot/src/main.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 | use theme::{Theme, ThemeMode};
[INFO] [stdout]    |                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `state_color`
[INFO] [stdout]    --> mongot/src/main.rs:113:13
[INFO] [stdout]     |
[INFO] [stdout] 113 |         let state_color = match &self.state {
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_state_color`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> mongot/src/main.rs:765:9
[INFO] [stdout]     |
[INFO] [stdout] 765 |     let mut block = Block::default()
[INFO] [stdout]     |         ----^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `state_color`
[INFO] [stdout]    --> mongot/src/main.rs:113:13
[INFO] [stdout]     |
[INFO] [stdout] 113 |         let state_color = match &self.state {
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_state_color`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> mongot/src/main.rs:944:13
[INFO] [stdout]     |
[INFO] [stdout] 944 |         let mut chars: Vec<char> = line.chars().collect();
[INFO] [stdout]     |             ----^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Disconnected`, `Connecting`, `Connected`, and `Error` are never constructed
[INFO] [stdout]   --> mongot/src/main.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 77 | enum ConnectionState {
[INFO] [stdout]    |      --------------- variants in this enum
[INFO] [stdout] 78 |     Disconnected,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 79 |     Connecting,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 80 |     Connected,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 81 |     Error(String),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConnectionState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> mongot/src/main.rs:95:8
[INFO] [stdout]    |
[INFO] [stdout] 94 | impl ConnectionItem {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 95 |     fn new(name: &str, host: &str, port: &str) -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_cursor_position`, `current_line`, and `current_column` are never used
[INFO] [stdout]    --> mongot/src/main.rs:279:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | impl App {
[INFO] [stdout]     | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 279 |     fn get_cursor_position(&self) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 283 |     fn current_line(&self) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 295 |     fn current_column(&self) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> mongot/src/theme.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct Theme {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 45 |     pub mode: ThemeMode,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 |     pub accent_bold: Color,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub info: Color,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub syntax_operator: Color,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 |     pub selection_bg: Color,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 80 |     pub selection_fg: Color,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 |     pub scrollbar_thumb: Color,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 86 |     pub scrollbar_track: Color,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 |     pub title_fg: Color,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 90 |     pub title_modifier: Modifier,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Theme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> mongot/src/main.rs:765:9
[INFO] [stdout]     |
[INFO] [stdout] 765 |     let mut block = Block::default()
[INFO] [stdout]     |         ----^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> mongot/src/main.rs:944:13
[INFO] [stdout]     |
[INFO] [stdout] 944 |         let mut chars: Vec<char> = line.chars().collect();
[INFO] [stdout]     |             ----^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Disconnected`, `Connecting`, `Connected`, and `Error` are never constructed
[INFO] [stdout]   --> mongot/src/main.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 77 | enum ConnectionState {
[INFO] [stdout]    |      --------------- variants in this enum
[INFO] [stdout] 78 |     Disconnected,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 79 |     Connecting,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 80 |     Connected,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 81 |     Error(String),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConnectionState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> mongot/src/main.rs:95:8
[INFO] [stdout]    |
[INFO] [stdout] 94 | impl ConnectionItem {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 95 |     fn new(name: &str, host: &str, port: &str) -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_cursor_position`, `current_line`, and `current_column` are never used
[INFO] [stdout]    --> mongot/src/main.rs:279:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | impl App {
[INFO] [stdout]     | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 279 |     fn get_cursor_position(&self) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 283 |     fn current_line(&self) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 295 |     fn current_column(&self) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> mongot/src/theme.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct Theme {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 45 |     pub mode: ThemeMode,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 |     pub accent_bold: Color,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub info: Color,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub syntax_operator: Color,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 |     pub selection_bg: Color,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 80 |     pub selection_fg: Color,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 |     pub scrollbar_thumb: Color,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 86 |     pub scrollbar_track: Color,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 |     pub title_fg: Color,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 90 |     pub title_modifier: Modifier,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Theme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.24s
[INFO] running `Command { std: "docker" "inspect" "19852cef7ac2b04ba4371e812270f8c5fbaff959dbefdfefb74b305a484bbd70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19852cef7ac2b04ba4371e812270f8c5fbaff959dbefdfefb74b305a484bbd70", kill_on_drop: false }`
[INFO] [stdout] 19852cef7ac2b04ba4371e812270f8c5fbaff959dbefdfefb74b305a484bbd70
